



#calendar li {
    list-style: none;
    float: left;
    width: 14.28%;
    height: 30px;
    text-align: center;
    line-height: 30px;
}


.time3 {
    position: relative;
    width: 100%;
    height: 40px;
    color: #dddddc;
    margin: 0 0 15px 0;
    font: 24px/40px "微软雅黑";
}

.time3 strong {
    display: block;
    width: 100%;
    text-align: center;
    font-weight: normal;
}



.time3 div  {
    display: block;
    cursor: pointer;
}

#calendar ul {
    font-size: 0;
}

.number {
    font-size: 0;
}

#calendar ul li,
.number a {
    width: 14%;
    height: 36px;
    margin: 0 1px 1px 0;
    font: 16px/36px "Arial";
    color: #fff;
    text-align: center;
    display: inline-block;
    cursor: pointer;
}

.number a.color {
    color: #8d8c89;
}
#calendar ul li{
    color:#e24618;
}
.number a.active {
    background: #e24618;
}

.fc-prev-button {
    position: absolute;
    left:10px;
    top:5px;
	background-image: url(../images/toleft.png);
	background-repeat: no-repeat;
	background-size:auto 100%;
    width:17px;
	height:33px;
}

.fc-next-button {
    position: absolute;
    right:10px;
    top:5px;
	background-image: url(../images/toright.png);
	background-repeat: no-repeat;
	background-size:auto 100%;
    width:17px;
	height:33px;
}

#tooltip{
	position:absolute;
	background:#e24618;
    padding:10px;
    width:150px;
	color:#fff;
    word-wrap : break-word ;
    z-index: 999;
	}	

